home *** CD-ROM | disk | FTP | other *** search
- #############################
- # #
- # Notes for Borland Users #
- # #
- #############################
-
- ###
- ### Building the STAT program with Borland IDE 5.0.2
- ###
-
- (1) Start the Borland IDE.
- (2) Enter "...\STAT.IDE" in the "Project Path and Name",
- where "..." is the path to the SEE files.
- (3) The "Target Name" should be "STAT".
- (4) Choose FILE/NEW/PROJECT from the main menu.
- (5) Select "Application [.exe]" for Target Type,
- "Win32" for Platform, and "Console" for Target Model.
- (6) All boxes under Frameworks, Controls, and Libraries
- should be unchecked.
- (7) Click "OK".
- (8) Choose VIEW/PROJECT from the menu bar. Use the INS key
- to insert files so that the project looks like:
-
- [ ] STAT.EXE
- +--[ ] SEE32_.LIB
- +--[ ] STAT.CPP
- +--[ ] STAT.DEF
-
- (9) Choose PROJECT/MAKE_ALL to create STATE.EXE.
-
- ###
- ### Using Borland C++ Builder
- ###
-
- Before compiling using Borland C++ Builder, you must first create
- SEE32_.LIB from SEE32.DLL using the Borland C++ Builder program
- IMPLIB.EXE which is located in the BIN directory of your Borland
- C++ Builder installation.
-
- IMPLIB SEE32_.LIB SEE32.DLL
-
-